home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1992-08-11 | 54.6 KB | 1,336 lines
card_4663.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" > <card> <id>4663</id> <filler1>0</filler1> <bitmap>BMAP_5055.pbm</bitmap> <cantDelete> <true /> </cantDelete> <showPict> <true /> </showPict> <dontSearch> <false /> </dontSearch> <owner>2589</owner> <link rel="stylesheet" type="text/css" href="stylesheet_2288.css" /> <part> <id>10</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>11</left> <top>315</top> <right>118</right> <bottom>336</bottom> </rect> <style>roundrect</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>Tomorrow</name> <script>on mouseUp --there has to be an easier way to show a button only on the last card set cursor to 4 hide card button 1 set locktext of card field 1 to true --prevent changes to cards as set locktext of card field 2 to true --an audit control. If a mistake set locktext of card field 3 to true --is made, correct with a ± adj. set locktext of card field 4 to true --on current day. put field "Date" into startdate convert startdate to dateItems add 1 to item 3 of startdate doMenu "Copy Card" doMenu "Paste Card" put empty into card field 1 put empty into card field 2 put empty into card field 3 put empty into card field 4 convert startdate to long date put startdate into field "date" of last card show card button 1 set locktext of card field 1 to false set locktext of card field 2 to false end mouseUp </script> </part> <part> <id>11</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>242</left> <top>320</top> <right>277</right> <bottom>342</bottom> </rect> <style>shadow</style> <showName> <false /> </showName> <highlight> <false /> </highlight> <autoHighlight> <false /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>2162</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>New Button</name> <script>on mouseUp go to first card end mouseUp </script> </part> <part> <id>12</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>199</left> <top>52</top> <right>271</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" set the cursor to 4 --Total Lunch put line 3 of card field 1 + line 6 of card field 1 into ¬ line 10 of card field 1 --Total Dinner put line 4 of card field 1 + line 7 of card field 1 into ¬ line 11 of card field 1 --Total Food put line 2 of card field 1 + line 3 of card field 1¬ + line 4 of card field 1 into line 13 of card field 1 --Total Alcohol put line 6 of card field 1 + line 7 of card field 1 into ¬ line 14 of card field 1 --Total Sales put line 13 of card field 1 + line 14 of card field 1 into ¬ line 16 of card field 1 --Total Payroll put line 18 of card field 1 + line 19 of card field 1¬ + line 20 of card field 1 into line 21 of card field 1 ----------------------------------------------------------------------- --Month to Date --Line 2 Put line 2 of card field 1 + line 2 of card field 3 of previous card¬ into line 2 of card field 3 --Line 3 Put line 3 of card field 1 + line 3 of card field 3 of previous card¬ into line 3 of card field 3 --Line 4 Put line 4 of card field 1 + line 4 of card field 3 of previous card¬ into line 4 of card field 3 --Line 6 Put line 6 of card field 1 + line 6 of card field 3 of previous card¬ into line 6 of card field 3 --Line 7 Put line 7 of card field 1 + line 7 of card field 3 of previous card¬ into line 7 of card field 3 --Line 10 Put line 10 of card field 1 + line 10 of card field 3 of previous card¬ into line 10 of card field 3 --Line 11 Put line 11 of card field 1 + line 11 of card field 3 of previous card¬ into line 11 of card field 3 --Line 13 Put line 13 of card field 1 + line 13 of card field 3 of previous card¬ into line 13 of card field 3 --Line 14 Put line 14 of card field 1 + line 14 of card field 3 of previous card¬ into line 14 of card field 3 --Line 16 Put line 16 of card field 1 + line 16 of card field 3 of previous card¬ into line 16 of card field 3 --Line 18 Put line 18 of card field 1 + line 18 of card field 3 of previous card¬ into line 18 of card field 3 --Line 19 Put line 19 of card field 1 + line 19 of card field 3 of previous card¬ into line 19 of card field 3 --Line 20 Put line 20 of card field 1 + line 20 of card field 3 of previous card¬ into line 20 of card field 3 --Line 21 Put line 21 of card field 1 + line 21 of card field 3 of previous card¬ into line 21 of card field 3 ----------------------------------------------------------------------- --Year to Date --Line 2 Put line 2 of card field 1 + line 2 of card field 4 of previous card¬ into line 2 of card field 4 --Line 3 Put line 3 of card field 1 + line 3 of card field 4 of previous card¬ into line 3 of card field 4 --Line 4 Put line 4 of card field 1 + line 4 of card field 4 of previous card¬ into line 4 of card field 4 --Line 6 Put line 6 of card field 1 + line 6 of card field 4 of previous card¬ into line 6 of card field 4 --Line 7 Put line 7 of card field 1 + line 7 of card field 4 of previous card¬ into line 7 of card field 4 --Line 10 Put line 10 of card field 1 + line 10 of card field 4 of previous card¬ into line 10 of card field 4 --Line 11 Put line 11 of card field 1 + line 11 of card field 4 of previous card¬ into line 11 of card field 4 --Line 13 Put line 13 of card field 1 + line 13 of card field 4 of previous card¬ into line 13 of card field 4 --Line 14 Put line 14 of card field 1 + line 14 of card field 4 of previous card¬ into line 14 of card field 4 --Line 16 Put line 16 of card field 1 + line 16 of card field 4 of previous card¬ into line 16 of card field 4 --Line 18 Put line 18 of card field 1 + line 18 of card field 4 of previous card¬ into line 18 of card field 4 --Line 19 Put line 19 of card field 1 + line 19 of card field 4 of previous card¬ into line 19 of card field 4 --Line 20 Put line 20 of card field 1 + line 20 of card field 4 of previous card¬ into line 20 of card field 4 --Line 21 Put line 21 of card field 1 + line 21 of card field 4 of previous card¬ into line 21 of card field 4 end closeField</script> </part> <part> <id>13</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>282</left> <top>52</top> <right>351</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" set the cursor to 4 --Total Lunch put line 3 of card field 2 + line 6 of card field 2 into ¬ line 10 of card field 2 --Total Dinner put line 4 of card field 2 + line 7 of card field 2 into ¬ line 11 of card field 2 --Total Food put line 2 of card field 2 + line 3 of card field 2¬ + line 4 of card field 2 into line 13 of card field 2 --Total Alcohol put line 6 of card field 2 + line 7 of card field 2 into ¬ line 14 of card field 2 --Total Sales put line 13 of card field 2 + line 14 of card field 2 into ¬ line 16 of card field 2 --Total Payroll put line 18 of card field 2 + line 19 of card field 2¬ + line 20 of card field 2 into line 21 of card field 2 end closeField</script> </part> <part> <id>14</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>363</left> <top>52</top> <right>432</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>15</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>441</left> <top>52</top> <right>510</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" --Total Lunch put line 3 of field ID 13 + line 6 of field ID 13 into ¬ line 10 of field ID 13 --Total Dinner put line 4 of field ID 13 + line 7 of field ID 13 into ¬ line 11 of field ID 13 --Total Food put line 2 of field ID 13 + line 3 of field ID 13¬ + line 4 of field ID 13 into line 13 of field ID 13 --Total Alcohol put line 6 of field ID 13 + line 7 of field ID 13 into ¬ line 14 of field ID 13 --Total Sales put line 13 of field ID 13 + line 14 of field ID 13 into ¬ line 16 of field ID 13 --Month to Date --Line 2 Put line 2 of field ID 6 + line 2 of field ID 12 of previous card¬ into line 2 of field ID 12 --Year to Date --Line 2 Put line 2 of field ID 6 + line 2 of field ID 13 of previous card¬ into line 2 of field ID 13 end closeField </script> </part> <part> <id>20</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>199</left> <top>256</top> <right>273</right> <bottom>309</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>16</id> <type>button</type> <visible> <false /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>271</left> <top>256</top> <right>284</right> <bottom>307</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>%</name> <script>on mouseUp set cursor to 4 set the numberFormat to "#.0" put 100 * line 18 of card field 1 / line 16¬ of card field 1 & " % " into line 1 of card field ID 20 put 100 * line 19 of card field 1 / line 16¬ of card field 1 & " % " into line 2 of card field ID 20 put 100 * line 20 of card field 1 / line 16¬ of card field 1 & " % " into line 3 of card field ID 20 put 100 * line 21 of card field 1 / line 16¬ of card field 1 & " % " into line 4 of card field ID 20 ---------------------------------------------------------------------- put 100 * line 18 of card field 2 / line 16¬ of card field 2 & " % " into line 1 of card field ID 21 put 100 * line 19 of card field 2 / line 16¬ of card field 2 & " % " into line 2 of card field ID 21 put 100 * line 20 of card field 2 / line 16¬ of card field 2 & " % " into line 3 of card field ID 21 put 100 * line 21 of card field 2 / line 16¬ of card field 2 & " % " into line 4 of card field ID 21 show card field ID 20 show card field ID 21 hide card button ID 16 show card button ID 19 end mouseUp </script> </part> <part> <id>19</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>271</left> <top>256</top> <right>284</right> <bottom>309</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>$</name> <script>on mouseUp set cursor to 4 hide card field ID 20 hide card field ID 21 hide card button ID 19 show card button ID 16 end mouseUp </script> </part> <part> <id>21</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>284</left> <top>256</top> <right>354</right> <bottom>308</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on openField put end openField</script> </part> <part> <id>22</id> <type>button</type> <visible> <false /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>431</left> <top>257</top> <right>444</right> <bottom>308</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>%</name> <script>on mouseUp set cursor to 4 set the numberFormat to "#.0" put 100 * line 18 of card field 3 / line 16¬ of card field 3 & " % " into line 1 of card field ID 24 put 100 * line 19 of card field 3 / line 16¬ of card field 3 & " % " into line 2 of card field ID 24 put 100 * line 20 of card field 3 / line 16¬ of card field 3 & " % " into line 3 of card field ID 24 put 100 * line 21 of card field 3 / line 16¬ of card field 3 & " % " into line 4 of card field ID 24 ---------------------------------------------------------------------- put 100 * line 18 of card field 4 / line 16¬ of card field 4 & " % " into line 1 of card field ID 25 put 100 * line 19 of card field 4 / line 16¬ of card field 4 & " % " into line 2 of card field ID 25 put 100 * line 20 of card field 4 / line 16¬ of card field 4 & " % " into line 3 of card field ID 25 put 100 * line 21 of card field 4 / line 16¬ of card field 4 & " % " into line 4 of card field ID 25 show card field ID 24 show card field ID 25 hide card button ID 22 show card button ID 23 end mouseUp </script> </part> <part> <id>23</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>431</left> <top>257</top> <right>444</right> <bottom>310</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>$</name> <script>on mouseUp set cursor to 4 hide card field ID 24 hide card field ID 25 hide card button ID 23 show card button ID 22 end mouseUp </script> </part> <part> <id>24</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>360</left> <top>256</top> <right>434</right> <bottom>309</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>25</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>441</left> <top>256</top> <right>511</right> <bottom>308</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on openField put end openField</script> </part> <content> <layer>background</layer> <id>5</id> <text>Monday, November 2, 1987</text> </content> <content> <layer>background</layer> <id>4</id> <text> Breakfast Food Sales Lunch Food Sales Dinner Food Sales Lunch Alcohol Sales Dinner Alcohol Sales Total Lunch Total Dinner Total Food Total Alcohol Total Sales Management & Administrative Payroll Kitchen Payroll Service Payroll Total Payroll</text> </content> <content> <layer>card</layer> <id>20</id> <text>13.5 % 9.3 % 6.4 % 29.1 % </text> </content> <content> <layer>card</layer> <id>21</id> <text>12.5 % 10.1 % 5.1 % 27.7 % </text> </content> <content> <layer>card</layer> <id>24</id> <text>12.6 % 9.5 % 5.7 % 27.8 % </text> </content> <content> <layer>card</layer> <id>25</id> <text>10.0 % 11.5 % 5.3 % 26.8 % </text> </content> <content> <layer>card</layer> <id>12</id> <text> 115.40 389.32 1343.67 33.33 650.32 422.65 1993.99 1848.39 683.65 2532.04 340.90 234.65 160.87 736.42</text> </content> <content> <layer>card</layer> <id>14</id> <text> 468.20 1265.87 2578.23 81.34 997.18 1347.21 3575.41 4312.30 1078.52 5390.82 681.80 510.99 306.41 1499.20</text> </content> <content> <layer>card</layer> <id>15</id> <text> 77011.40 146944.20 546257.21 56870.79 235783.30 203814.99 782040.51 770212.81 292654.09 1062866.90 106024.00 122487.31 55961.30 284472.61</text> </content> <content> <layer>card</layer> <id>13</id> <text> 89.43 435.87 1598.09 45.67 234.67 481.54 1832.76 2123.39 280.34 2403.73 300.01 243.22 122.22 665.45</text> </content> <name></name> <script>on startup if this card is the last card then show bkgnd button ID 11 end if end startup </script> </card> card_2967.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" > <card> <id>2967</id> <filler1>0</filler1> <bitmap>BMAP_5840.pbm</bitmap> <cantDelete> <true /> </cantDelete> <showPict> <true /> </showPict> <dontSearch> <false /> </dontSearch> <owner>2589</owner> <link rel="stylesheet" type="text/css" href="stylesheet_2288.css" /> <part> <id>10</id> <type>button</type> <visible> <false /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>11</left> <top>315</top> <right>118</right> <bottom>336</bottom> </rect> <style>roundrect</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>Tomorrow</name> <script>on mouseUp --there has to be an easier way to show a button only on the last card set cursor to 4 hide card button 1 set locktext of card field 1 to true --prevent changes to cards as set locktext of card field 2 to true --an audit control. If a mistake set locktext of card field 3 to true --is made, correct with a ± adj. set locktext of card field 4 to true --on current day. put field "Date" into startdate convert startdate to dateItems add 1 to item 3 of startdate doMenu "Copy Card" doMenu "Paste Card" put empty into card field 1 put empty into card field 2 put empty into card field 3 put empty into card field 4 convert startdate to long date put startdate into field "date" of last card show card button 1 set locktext of card field 1 to false set locktext of card field 2 to false end mouseUp </script> </part> <part> <id>11</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>242</left> <top>320</top> <right>277</right> <bottom>342</bottom> </rect> <style>shadow</style> <showName> <false /> </showName> <highlight> <false /> </highlight> <autoHighlight> <false /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>2162</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>New Button</name> <script>on mouseUp go to first card end mouseUp </script> </part> <part> <id>12</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>199</left> <top>52</top> <right>271</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" set the cursor to 4 --Total Lunch put line 3 of card field 1 + line 6 of card field 1 into ¬ line 10 of card field 1 --Total Dinner put line 4 of card field 1 + line 7 of card field 1 into ¬ line 11 of card field 1 --Total Food put line 2 of card field 1 + line 3 of card field 1¬ + line 4 of card field 1 into line 13 of card field 1 --Total Alcohol put line 6 of card field 1 + line 7 of card field 1 into ¬ line 14 of card field 1 --Total Sales put line 13 of card field 1 + line 14 of card field 1 into ¬ line 16 of card field 1 --Total Payroll put line 18 of card field 1 + line 19 of card field 1¬ + line 20 of card field 1 into line 21 of card field 1 ----------------------------------------------------------------------- --Month to Date --Line 2 Put line 2 of card field 1 + line 2 of card field 3 of previous card¬ into line 2 of card field 3 --Line 3 Put line 3 of card field 1 + line 3 of card field 3 of previous card¬ into line 3 of card field 3 --Line 4 Put line 4 of card field 1 + line 4 of card field 3 of previous card¬ into line 4 of card field 3 --Line 6 Put line 6 of card field 1 + line 6 of card field 3 of previous card¬ into line 6 of card field 3 --Line 7 Put line 7 of card field 1 + line 7 of card field 3 of previous card¬ into line 7 of card field 3 --Line 10 Put line 10 of card field 1 + line 10 of card field 3 of previous card¬ into line 10 of card field 3 --Line 11 Put line 11 of card field 1 + line 11 of card field 3 of previous card¬ into line 11 of card field 3 --Line 13 Put line 13 of card field 1 + line 13 of card field 3 of previous card¬ into line 13 of card field 3 --Line 14 Put line 14 of card field 1 + line 14 of card field 3 of previous card¬ into line 14 of card field 3 --Line 16 Put line 16 of card field 1 + line 16 of card field 3 of previous card¬ into line 16 of card field 3 --Line 18 Put line 18 of card field 1 + line 18 of card field 3 of previous card¬ into line 18 of card field 3 --Line 19 Put line 19 of card field 1 + line 19 of card field 3 of previous card¬ into line 19 of card field 3 --Line 20 Put line 20 of card field 1 + line 20 of card field 3 of previous card¬ into line 20 of card field 3 --Line 21 Put line 21 of card field 1 + line 21 of card field 3 of previous card¬ into line 21 of card field 3 ----------------------------------------------------------------------- --Year to Date --Line 2 Put line 2 of card field 1 + line 2 of card field 4 of previous card¬ into line 2 of card field 4 --Line 3 Put line 3 of card field 1 + line 3 of card field 4 of previous card¬ into line 3 of card field 4 --Line 4 Put line 4 of card field 1 + line 4 of card field 4 of previous card¬ into line 4 of card field 4 --Line 6 Put line 6 of card field 1 + line 6 of card field 4 of previous card¬ into line 6 of card field 4 --Line 7 Put line 7 of card field 1 + line 7 of card field 4 of previous card¬ into line 7 of card field 4 --Line 10 Put line 10 of card field 1 + line 10 of card field 4 of previous card¬ into line 10 of card field 4 --Line 11 Put line 11 of card field 1 + line 11 of card field 4 of previous card¬ into line 11 of card field 4 --Line 13 Put line 13 of card field 1 + line 13 of card field 4 of previous card¬ into line 13 of card field 4 --Line 14 Put line 14 of card field 1 + line 14 of card field 4 of previous card¬ into line 14 of card field 4 --Line 16 Put line 16 of card field 1 + line 16 of card field 4 of previous card¬ into line 16 of card field 4 --Line 18 Put line 18 of card field 1 + line 18 of card field 4 of previous card¬ into line 18 of card field 4 --Line 19 Put line 19 of card field 1 + line 19 of card field 4 of previous card¬ into line 19 of card field 4 --Line 20 Put line 20 of card field 1 + line 20 of card field 4 of previous card¬ into line 20 of card field 4 --Line 21 Put line 21 of card field 1 + line 21 of card field 4 of previous card¬ into line 21 of card field 4 end closeField</script> </part> <part> <id>13</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>282</left> <top>52</top> <right>351</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" set the cursor to 4 --Total Lunch put line 3 of card field 2 + line 6 of card field 2 into ¬ line 10 of card field 2 --Total Dinner put line 4 of card field 2 + line 7 of card field 2 into ¬ line 11 of card field 2 --Total Food put line 2 of card field 2 + line 3 of card field 2¬ + line 4 of card field 2 into line 13 of card field 2 --Total Alcohol put line 6 of card field 2 + line 7 of card field 2 into ¬ line 14 of card field 2 --Total Sales put line 13 of card field 2 + line 14 of card field 2 into ¬ line 16 of card field 2 --Total Payroll put line 18 of card field 2 + line 19 of card field 2¬ + line 20 of card field 2 into line 21 of card field 2 end closeField</script> </part> <part> <id>14</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>363</left> <top>52</top> <right>432</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>15</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>441</left> <top>52</top> <right>510</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" --Total Lunch put line 3 of field ID 13 + line 6 of field ID 13 into ¬ line 10 of field ID 13 --Total Dinner put line 4 of field ID 13 + line 7 of field ID 13 into ¬ line 11 of field ID 13 --Total Food put line 2 of field ID 13 + line 3 of field ID 13¬ + line 4 of field ID 13 into line 13 of field ID 13 --Total Alcohol put line 6 of field ID 13 + line 7 of field ID 13 into ¬ line 14 of field ID 13 --Total Sales put line 13 of field ID 13 + line 14 of field ID 13 into ¬ line 16 of field ID 13 --Month to Date --Line 2 Put line 2 of field ID 6 + line 2 of field ID 12 of previous card¬ into line 2 of field ID 12 --Year to Date --Line 2 Put line 2 of field ID 6 + line 2 of field ID 13 of previous card¬ into line 2 of field ID 13 end closeField </script> </part> <part> <id>20</id> <type>field</type> <visible> <false /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>199</left> <top>256</top> <right>273</right> <bottom>309</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>16</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>271</left> <top>256</top> <right>284</right> <bottom>307</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>%</name> <script>on mouseUp set cursor to 4 set the numberFormat to "#.0" put 100 * line 18 of card field 1 / line 16¬ of card field 1 & " % " into line 1 of card field ID 20 put 100 * line 19 of card field 1 / line 16¬ of card field 1 & " % " into line 2 of card field ID 20 put 100 * line 20 of card field 1 / line 16¬ of card field 1 & " % " into line 3 of card field ID 20 put 100 * line 21 of card field 1 / line 16¬ of card field 1 & " % " into line 4 of card field ID 20 ---------------------------------------------------------------------- put 100 * line 18 of card field 2 / line 16¬ of card field 2 & " % " into line 1 of card field ID 21 put 100 * line 19 of card field 2 / line 16¬ of card field 2 & " % " into line 2 of card field ID 21 put 100 * line 20 of card field 2 / line 16¬ of card field 2 & " % " into line 3 of card field ID 21 put 100 * line 21 of card field 2 / line 16¬ of card field 2 & " % " into line 4 of card field ID 21 show card field ID 20 show card field ID 21 hide card button ID 16 show card button ID 19 end mouseUp </script> </part> <part> <id>19</id> <type>button</type> <visible> <false /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>271</left> <top>256</top> <right>284</right> <bottom>309</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>$</name> <script>on mouseUp set cursor to 4 hide card field ID 20 hide card field ID 21 hide card button ID 19 show card button ID 16 end mouseUp </script> </part> <part> <id>21</id> <type>field</type> <visible> <false /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>284</left> <top>256</top> <right>354</right> <bottom>308</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on openField put end openField</script> </part> <part> <id>22</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>431</left> <top>257</top> <right>444</right> <bottom>308</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>%</name> <script>on mouseUp set cursor to 4 set the numberFormat to "#.0" put 100 * line 18 of card field 3 / line 16¬ of card field 3 & " % " into line 1 of card field ID 24 put 100 * line 19 of card field 3 / line 16¬ of card field 3 & " % " into line 2 of card field ID 24 put 100 * line 20 of card field 3 / line 16¬ of card field 3 & " % " into line 3 of card field ID 24 put 100 * line 21 of card field 3 / line 16¬ of card field 3 & " % " into line 4 of card field ID 24 ---------------------------------------------------------------------- put 100 * line 18 of card field 4 / line 16¬ of card field 4 & " % " into line 1 of card field ID 25 put 100 * line 19 of card field 4 / line 16¬ of card field 4 & " % " into line 2 of card field ID 25 put 100 * line 20 of card field 4 / line 16¬ of card field 4 & " % " into line 3 of card field ID 25 put 100 * line 21 of card field 4 / line 16¬ of card field 4 & " % " into line 4 of card field ID 25 show card field ID 24 show card field ID 25 hide card button ID 22 show card button ID 23 end mouseUp </script> </part> <part> <id>23</id> <type>button</type> <visible> <false /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>431</left> <top>257</top> <right>444</right> <bottom>310</bottom> </rect> <style>transparent</style> <showName> <true /> </showName> <highlight> <false /> </highlight> <autoHighlight> <true /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>$</name> <script>on mouseUp set cursor to 4 hide card field ID 24 hide card field ID 25 hide card button ID 23 show card button ID 22 end mouseUp </script> </part> <part> <id>24</id> <type>field</type> <visible> <false /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>360</left> <top>256</top> <right>434</right> <bottom>309</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>25</id> <type>field</type> <visible> <false /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <false /> </lockText> <rect> <left>441</left> <top>256</top> <right>511</right> <bottom>308</bottom> </rect> <style>shadow</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on openField put end openField</script> </part> <content> <layer>background</layer> <id>5</id> <text>Sunday, November 1, 1987</text> </content> <content> <layer>background</layer> <id>4</id> <text> Breakfast Food Sales Lunch Food Sales Dinner Food Sales Lunch Alcohol Sales Dinner Alcohol Sales Total Lunch Total Dinner Total Food Total Alcohol Total Sales Management & Administrative Payroll Kitchen Payroll Service Payroll Total Payroll</text> </content> <content> <layer>card</layer> <id>12</id> <text> 352.80 876.55 1234.56 48.01 346.86 924.56 1581.42 2463.91 394.87 2858.78 340.90 276.34 145.54 762.78</text> </content> <content> <layer>card</layer> <id>13</id> <text> 234.53 982.32 999.99 72.30 245.32 1054.62 1245.31 2216.84 317.62 2534.46 300.01 243.34 123.43 666.78</text> </content> <content> <layer>card</layer> <id>14</id> <text> 352.80 876.55 1234.56 48.01 346.86 924.56 1581.42 2463.91 394.87 2858.78 340.90 276.34 145.54 762.78</text> </content> <content> <layer>card</layer> <id>15</id> <text> 76896.00 146554.88 544913.54 56837.46 235132.98 203392.34 780046.52 768364.42 291970.44 1060334.86 105683.10 122252.66 55800.43 283736.19</text> </content> <content> <layer>card</layer> <id>20</id> <text>11.9 % 9.7 % 5.1 % 26.7 % </text> </content> <content> <layer>card</layer> <id>21</id> <text>11.8 % 9.6 % 4.9 % 26.3 % </text> </content> <content> <layer>card</layer> <id>24</id> <text>11.9 % 9.7 % 5.1 % 26.7 % </text> </content> <content> <layer>card</layer> <id>25</id> <text>10.0 % 11.5 % 5.3 % 26.8 % </text> </content> <name></name> <script>on startup if this card is the last card then show bkgnd button ID 11 end if end startup </script> </card> card_5501.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" > <card> <id>5501</id> <filler1>0</filler1> <bitmap>BMAP_4231.pbm</bitmap> <cantDelete> <false /> </cantDelete> <showPict> <true /> </showPict> <dontSearch> <false /> </dontSearch> <owner>5190</owner> <link rel="stylesheet" type="text/css" href="stylesheet_2288.css" /> <part> <id>3</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>205</left> <top>52</top> <right>274</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>5</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>156</left> <top>318</top> <right>182</right> <bottom>341</bottom> </rect> <style>transparent</style> <showName> <false /> </showName> <highlight> <false /> </highlight> <autoHighlight> <false /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>1014</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>Prev</name> <script>on mouseUp go to prev card end mouseUp </script> </part> <part> <id>8</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>242</left> <top>320</top> <right>277</right> <bottom>342</bottom> </rect> <style>shadow</style> <showName> <false /> </showName> <highlight> <false /> </highlight> <autoHighlight> <false /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>2162</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>New Button</name> <script>on mouseUp go to first card end mouseUp </script> </part> <part> <id>9</id> <type>button</type> <visible> <true /> </visible> <reserved5> 0 </reserved5> <reserved4> 0 </reserved4> <reserved3> 0 </reserved3> <reserved2> 0 </reserved2> <reserved1> 0 </reserved1> <enabled> <true /> </enabled> <rect> <left>317</left> <top>319</top> <right>342</right> <bottom>342</bottom> </rect> <style>transparent</style> <showName> <false /> </showName> <highlight> <false /> </highlight> <autoHighlight> <false /> </autoHighlight> <sharedHighlight> <true /> </sharedHighlight> <family>0</family> <titleWidth>0</titleWidth> <icon>1013</icon> <textAlign>center</textAlign> <font>Chicago</font> <textSize>12</textSize> <textStyle>plain</textStyle> <name>Next</name> <script>on mouseUp go to next card end mouseUp </script> </part> <part> <id>12</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>282</left> <top>52</top> <right>351</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <part> <id>13</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>364</left> <top>52</top> <right>433</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" --Total Lunch put line 3 of card field 3 + line 6 of card field 3 into ¬ line 10 of card field 3 --Total Dinner put line 4 of card field 3 + line 7 of card field 3 into ¬ line 11 of card field 3 --Total Food put line 2 of card field 3 + line 3 of card field 3¬ + line 4 of card field 3 into line 13 of card field 3 --Total Alcohol put line 6 of card field 3 + line 7 of card field 3 into ¬ line 14 of card field 3 --Total Sales put line 13 of card field 3 + line 14 of card field 3 into ¬ line 16 of card field 3 --Total Payroll put line 18 of card field 3 + line 19 of card field 3¬ + line 20 of card field 3 into line 21 of card field 3 end closefield </script> </part> <part> <id>14</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>438</left> <top>52</top> <right>507</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>right</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script>on closeField set the numberFormat to "#.00" --Total Lunch put line 3 of card field 4 + line 6 of card field 4 into ¬ line 10 of card field 4 --Total Dinner put line 4 of card field 4 + line 7 of card field 4 into ¬ line 11 of card field 4 --Total Food put line 2 of card field 4 + line 3 of card field 4¬ + line 4 of card field 4 into line 13 of card field 4 --Total Alcohol put line 6 of card field 4 + line 7 of card field 4 into ¬ line 14 of card field 4 --Total Sales put line 13 of card field 4 + line 14 of card field 4 into ¬ line 16 of card field 4 --Total Payroll put line 18 of card field 4 + line 19 of card field 4¬ + line 20 of card field 4 into line 21 of card field 4 end closefield </script> </part> <part> <id>15</id> <type>field</type> <visible> <true /> </visible> <dontWrap> <false /> </dontWrap> <dontSearch> <false /> </dontSearch> <sharedText> <false /> </sharedText> <fixedLineHeight> <true /> </fixedLineHeight> <autoTab> <false /> </autoTab> <lockText> <true /> </lockText> <rect> <left>3</left> <top>52</top> <right>192</right> <bottom>308</bottom> </rect> <style>rectangle</style> <autoSelect> <false /> </autoSelect> <showLines> <true /> </showLines> <wideMargins> <false /> </wideMargins> <multipleLines> <false /> </multipleLines> <reservedFamily> 0 </reservedFamily> <titleWidth>0</titleWidth> <icon>0</icon> <textAlign>left</textAlign> <font>Geneva</font> <textSize>9</textSize> <textStyle>plain</textStyle> <textHeight>12</textHeight> <name></name> <script></script> </part> <content> <layer>card</layer> <id>3</id> <text> </text> </content> <content> <layer>card</layer> <id>15</id> <text> Breakfast Food Sales Lunch Food Sales Dinner Food Sales Lunch Alcohol Sales Dinner Alcohol Sales Total Lunch Total Dinner Total Food Total Alcohol Total Sales Management & Administrative Payroll Kitchen Payroll Service Payroll Total Payroll</text> </content> <content> <layer>card</layer> <id>14</id> <text> 76543.20 145678.33 543678.98 56789.45 234786.12 202467.78 778465.10 765900.51 291575.57 1057476.08 105342.20 121976.32 55654.89 282973.41</text> </content> <content> <layer>card</layer> <id>13</id> <text> 0 0 0 0 0 0.00 0.00 0.00 0.00 .00 0 0 0 0.00</text> </content> <content> <layer>card</layer> <id>12</id> <text> </text> </content> <name></name> <script></script> </card> card_3643.xml <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" > <card> <id>3643</id> <filler1>0</filler1> <bitmap>BMAP_4068.pbm</bitmap> <cantDelete> <true /> </cantDelete> <showPict> <true /> </showPict> <dontSearch> <false /> </dontSearch> <owner>3233</owner> <link rel="stylesheet" type="text/css" href="stylesheet_2288.css" /> <content> <layer>background</layer> <id>6</id> <text>Take your Mac and this program to local restaurants, hotels and other retail stores and demonstrate it to them. Charge them whatever you wish to customize this stack for them. Just add in $5.00 for me. This program makes it easy for retail establishments to track their sales volume and theirpayroll cost on a daily basis. (Their accountant has been bugging them for years to do this.) This program is not guaranteed to be bug free or to work satisfactorily with large amounts of data. (What do you expect for $5.) </text> </content> <name></name> <script></script> </card>